ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Gruvbox Material Theme

Gruvbox Material Theme for Sublime Text

Details

Installs

  • Total 11K
  • Win 5K
  • Mac 2K
  • Linux 3K
Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 2 3 0 0 4 4 4 4 2 3 3 1 3 2 1 2 6 4 0 1 3 2 4 1 3 2 1 1 2 0 5 3 1 2 0 5 2 4 1 5 3 0 2 3 7 5
Mac 0 1 1 1 1 0 0 0 1 1 1 1 1 2 0 2 3 1 2 1 2 1 1 2 0 1 2 2 0 0 1 1 1 0 1 0 0 1 1 1 2 1 0 1 0 1
Linux 0 3 0 3 2 0 3 1 4 0 1 3 0 1 1 1 1 3 4 1 3 3 2 4 3 4 2 0 5 3 0 3 4 0 2 1 0 3 2 4 3 3 2 2 0 2

Readme

Source
raw.​githubusercontent.​com

Gruvbox Material

This theme is a port of Gruvbox Material for Sublime Text.

Dark

Gruvbox Material is a modified version of Gruvbox, the contrast is adjusted to be softer in order to protect developers' eyes.

A light version will follow, I just need to find some free time to put it together.

Python

HTML

Installation

Easy:

  1. Open Command Palette using the menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type Gruvbox Material Theme and press ENTER.

Manually:

  1. Download the latest release and unzip. it into your Packages folder.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Rename the folder to Gruvbox Material Theme.

Activate Theme

You can active this theme from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P.
  2. Type UI: Select Theme locate Gruvbox Material Dark.sublime-theme and press ENTER.
  3. Type UI: Select Color Scheme locate Gruvbox Material Dark and press ENTER.

Manually you can go to (Preferences > Settings - User) and paste the following code:

{
    "theme": "Gruvbox Material Dark.sublime-theme",
    "color_scheme": "Packages/Gruvbox Material Theme/Gruvbox Material Dark/Gruvbox Material Dark.sublime-color-scheme",
}

Sidebar Icons

The theme looks best with FileIcons in greyscale, but overriding is possible.

Related Projects

See this wiki page.

Credits

License

MIT